func go/types.writeExprList

4 uses

	go/types (current package)
		exprstring.go#L76: 		writeExprList(buf, ix.indices)
		exprstring.go#L106: 		writeExprList(buf, x.Args)
		exprstring.go#L230: func writeExprList(buf *bytes.Buffer, list []ast.Expr) {
		format.go#L36: 			writeExprList(&buf, a)